home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / mathematica / tex-mma.tar_z / tex-mma / tex-mma-assemble-package.tmplt < prev    next >
Lisp/Scheme  |  1991-04-22  |  457b  |  12 lines

  1. (defun tex-mma-assemble ()
  2.   "Driver for batch-mode tex-mma-assemble-package.
  3. LDIR, TYPE and FILE
  4. edited in by tex-mma-assemble shell script.
  5. LDIR is where the edited tex-mma-assemble definition is placed."
  6.   (setq load-path (append (list "LDIR") load-path))
  7.   (load "tex-mma") ; Make sure tex-mma.elc (or .el) is on default load-path
  8.                    ; or "LDIR".
  9.   (latex-mathematica)
  10.   (tex-mma-assemble-package "TYPE" "FILE" t)
  11.   (write-file "FILE"))
  12.